--- id: TASK-004 title: 'Phase 4: Homebrew tap + release pipeline' status: "\U0001F3C1 Done" assignee: [] created_date: '2026-06-17 23:44' updated_date: '2026-06-18 04:29' labels: - feature dependencies: [] priority: low ordinal: 4000 --- ## Description Self-hosted Homebrew distribution with no GitHub. git archive a tag to a source tarball + sha256 served at /dl, push a generated formula to a homebrew-tap repo in Soft Serve. ## Acceptance Criteria - [ ] #1 Release script: git archive -> name-X.Y.Z.tar.gz in /dl, compute sha256 - [ ] #2 homebrew-tap repo in Soft Serve; source-build formula (depends_on go => build, no bottles) - [ ] #3 GoReleaser emits formula; script bumps url/sha256/version and pushes the tap repo - [ ] #4 brew tap /tap https:///git/homebrew-tap.git then brew install works end to end